home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / d86v317a.arc / D01.DOC < prev    next >
Text File  |  1988-06-06  |  11KB  |  253 lines

  1. CHAPTER 1   INTRODUCTION AND LEGAL TERMS
  2.  
  3.  
  4. Introduction
  5.  
  6. D86 is a screen-oriented assembly language debugger for the IBM-
  7. PC, compatibles, and several not-so-compatibles (Wang-PC, TI-PC,
  8. Tandy 2000, and Sanyo 55x).  D86 is the finest debugger
  9. available, at any price under any conditions, for the following:
  10.  
  11. 1. Learning 8086 assembly language.
  12.  
  13. 2. Exploring the machine state of your computer (memory
  14.    structure, registers, etc.)
  15.  
  16. 3. Doing assembly language program development using my A86
  17.    assembler.
  18.  
  19. 4. Doing any kind of debugging involving the floating point (8087
  20.    or 287) coprocessor.
  21.  
  22. In contrast to software firms who attempt to restrict the
  23. distribution of their software through protection schemes, I
  24. encourage free distribution, and trust that those who use my
  25. products will pay for them.  Please keep in mind the fundamental
  26. good spirit of free-distribution software as you endure the
  27. following barrage of legalities.  Then evaluate the outstanding
  28. value that the D86 package offers you.  I assure you that you
  29. will not be disappointed.
  30.  
  31.  
  32. Legal Terms and Conditions
  33.  
  34. This package is provided to you under the following conditions:
  35.  
  36. 1. You may copy this entire package, and give it to anyone who
  37.    accepts these terms.  The copies you distribute must be
  38.    complete and unmodified.  You do not have to be registered to
  39.    distribute this package.
  40.  
  41. 2. You may execute the programs in this package, in order to
  42.    evaluate them.  If you decide that any of this package is of
  43.    use to you, you must become a registered user by sending $50
  44.    US ($52 overseas) to:
  45.  
  46.       Eric Isaacson 416 E. University Avenue Bloomington, IN
  47.       47401-4739
  48.  
  49.    For your convenience, I now accept Visa and MasterCard, by
  50.    telephone.  My number is (812)339-1811.
  51.                                                               1-2
  52.  
  53.    For the convenience of users in Great Britain, I have author-
  54.    ized the firm Shareware Marketing to collect registrations for
  55.    me.  (But the printed version of the manual is not yet
  56.    available from them; if you want it, you should order directly
  57.    from me.)  If you don't want the update right away you can ask
  58.    them to give you a voucher good for an update in the future.
  59.    We'll try to keep the prices about the same whether you
  60.    register through me or through them; it's your choice.  Their
  61.    address is 87 High Street, Tonbridge, Kent TN9 1RX; telephone
  62.    0732 771344. They'll send me a list of registered users at the
  63.    end of every month, and I'll send an acknowledgement to each
  64.    user when I get the list.  So if you haven't heard from me by
  65.    the third week of the month following your registration with
  66.    them, please let me know.
  67.  
  68.    Your registration includes a single update diskette (5.25
  69.    inch, double density).  You may order further updates for $10
  70.    US, or $12 US if you are overseas.  Once you register for this
  71.    package, you are registered for all future versions.  As long
  72.    as I'm in business, you can get the latest version for just
  73.    the update fee.
  74.  
  75.    To use D86, you must have the associated assembler, A86.  A
  76.    copy of A86 (without all of its documentation) is included in
  77.    the D86 package.  If you are using D86 to debug only programs
  78.    written in languages other than A86, then you do not need to
  79.    register for A86.  If you are programming in A86, then you
  80.    must register for A86.  There is a discount for combined
  81.    registration of A86 and D86.  Instead of $50+$50 = $100, the
  82.    charge for both packages is $80 ($82 overseas).
  83.  
  84.    I also offer a printed version of this manual, covering both
  85.    A86 and D86.  The manual is printed on sheets 8.5 inches high
  86.    and 7 inches wide, with a plastic ring-style binding so the
  87.    book can lay flat.  If you order with your registration the
  88.    manual is an extra $10 to North America, $15 overseas.  If
  89.    you've already registered and now want the manual, add $10 for
  90.    the update disk that the manual is bundled with.  There is a
  91.    limit of one manual per computer registered (except you may
  92.    reorder when there is a substantial revision to the manual).
  93.  
  94.    Indiana residents need to add sales tax.  At the current rate
  95.    of 5%, the prices for Indiana residents are $52.50 for one
  96.    product, $63 one product with manual, $84 both products,
  97.    $94.50 both products with manual, $21 manual if already
  98.    registered.
  99.  
  100.    Educational institutions and training facilities MUST be
  101.    registered in order to use D86 in courses.  Contact me for
  102.    special terms.
  103.  
  104.    Companies and government agencies MUST be registered in order
  105.    to use D86 for their work.  Again, contact me for special
  106.    terms.
  107.                                                               1-3
  108.  
  109. 3. You may not sell this package to anyone.  If you distribute
  110.    this package on a diskette, any fees you collect must be
  111.    specified as materials/handling, and may not exceed $10 for
  112.    the diskette.
  113.  
  114. 4. You are completely responsible for determining the fitness or
  115.    usability of this package.  I will not be liable for any
  116.    damages, of any kind, arising from any failure of any programs
  117.    in this package to perform as expected.
  118.  
  119.  
  120. Overview of D86
  121.  
  122. D86 is a screen-oriented program that allows you to troubleshoot
  123. faulty computer programs written for the IBM-PC, Wang-PC, TI-PC,
  124. or Sanyo computer.  It "freezes" the state of your program, and
  125. allows you to investigate the values of registers, flags, and
  126. memory.  You can monitor your program's execution by stepping it
  127. one instruction or procedure at a time; or you can start your
  128. program running, telling D86 to stop it when it reaches certain
  129. locations.  D86 recognizes the symbol-table output of the A86
  130. assembler, creating a symbolic disassembly of your A86 program,
  131. and allowing you to refer to locations and variables by name.
  132.  
  133. The primary design criterion for D86 is ease of use.  This is
  134. reflected in the most notable features of D86:
  135.  
  136. * You don't need to ask D86 what the values of registers and
  137.   flags are.  They are there, automatically, at a fixed location
  138.   on the screen.
  139.  
  140. * You don't need to ask D86 where in your program you are
  141.   stopped.  A disassembly is always generated, at another fixed
  142.   location on the screen. The disassembly gives a hefty chunk of
  143.   your program, not just the single instruction you are at.  A
  144.   cursor next to the disassembly marks the current location.  The
  145.   disassembly chunk remains fixed as you step though it, allowing
  146.   you to follow the flow of the program much more easily.  If you
  147.   wrote the program using A86, the disassembly is symbolic,
  148.   giving instruction operands by name, and labelling disassembly
  149.   locations when possible.
  150.  
  151. * You don't need to ask D86 what is on the machine stack. A
  152.   display of the top elements of the stack is always generated,
  153.   at yet another fixed location on the screen.
  154.  
  155. * You can set up windows into memory, displaying memory contents
  156.   in a variety of types.  The types can even be mixed, to display
  157.   complicated structures. The windows will stay at the same
  158.   location until you turn them off, allowing you to watch what
  159.   your program is doing to those memory locations.
  160.  
  161. * If you have an 8087 or 287 floating-point chip, D86 will
  162.   generate complete window of the 87 state.  The values of the
  163.   stack elements are in a readable decimal format, with
  164.   suppression of unneccessary zeroes, and scientific notation
  165.   only if necessary.
  166.                                                               1-4
  167.  
  168. * You can, at any time, enable a help-window, to guide you
  169.   through debugger commands.  You will be astounded by the
  170.   sophistication of this help-facility, especially since other
  171.   debuggers offer no on-line help whatsoever.
  172.  
  173. * All of the above-mentioned windows, except for the last two,
  174.   exist on the screen at the same time.  You don't have to switch
  175.   between them.
  176.  
  177. * You can single-step your program with single keystrokes, rather
  178.   than sequences of arcane commands.  There are several flavors
  179.   of single-step keys, clustered together on the function-keypad.
  180.   This, combined with the automatic nature of the display, allows
  181.   you to single-step very quickly.  You feel like you are
  182.   actually watching your program run.
  183.  
  184. * Much of D86's command language is simply the A86 assembly
  185.   language itself. You can type in any A86 instruction, to be
  186.   executed immediately.  You use this to set registers and
  187.   variables, perform arithmetic, jump to another location, etc.
  188.   The immediate-execution feature makes D86 the most effective
  189.   tool available for teaching 86 architecture: the student can
  190.   watch the effects of instructions on registers, flags, and
  191.   memory.
  192.  
  193. * You can patch programs in memory, using the full power of the
  194.   A86 assembly language.
  195.  
  196.  
  197. Who IS That Guy?
  198.  
  199. For those of you who wish to know what credentials I have for
  200. producing programs that meet the above claims, let me tell you
  201. who I am.  I am an independent software consultant.  I have
  202. worked with Intel microprocessors since the early days of the
  203. 8080.  As an employee of Intel, I was a part of the two-man team
  204. that implemented the first ASM86 assembler.  I am one of the
  205. world's leading authorities on the entire 86-family of
  206. microcomputers, having completed numerous major projects
  207. involving the 8086, and 80186, and the 80286.  I have completed a
  208. book on the 386/387 architecture, to be published soon by Wiley
  209. and Sons.
  210.  
  211. A86 and D86 themselves are mature, solid programs.  They have
  212. been in existence for 3 years, running first under my own,
  213. proprietary operating system; then later under the Xenix
  214. operating system on Altos computers, used by myself and my
  215. clients.
  216.  
  217. Although I have been unknown to the world of the IBM-PC until A86
  218. and D86, I intend to change all that in the next couple of years.
  219. Peter Norton, watch out.
  220.                                                               1-5
  221.  
  222. How to Get in Touch With Me
  223.  
  224. For earlier versions of D86, I didn't give out my telephone
  225. number, because I was afraid that all my time would be chewed up
  226. giving telephone support.  But then I attended a convention of
  227. shareware programmers, in which the Big Boys (Wallace, Button,
  228. Magee, etc.) unanimously agreed that a product needs telephone
  229. support to be successful.  So I'll field questions from
  230. REGISTERED users (and you can register on the spot, with a credit
  231. card).  And, of course, I'll accept bug reports from anyone.
  232.  
  233. So now your choices for contacting me are:
  234.  
  235. 1. Phone me by voice at (812)339-1811.  Have your credit card
  236.   ready if you haven't registered yet.  If you get an answering
  237.   machine, give your card number, expiration date, name as it
  238.   appears on the card, address, city, state, zip, phone number
  239.   with area code, which product or products your are registering
  240.   for, and the amount.
  241.  
  242. 2. Write to me.
  243.  
  244. 3. Leave me bulletin-board mail, on the Bloomington PC-Link
  245.   Central bulletin board, at (812)335-7252; or Indiana On-Line,
  246.   at (812)332-7227.  I'll reply on the same board.
  247.  
  248. PLEASE contact me if you find bugs in my programs; I'll fix them!
  249. It's very frustrating to hear about people telling each other
  250. about bugs, and not telling me.  I still await your bug list,
  251. Greg Wettstein.
  252.  
  253.